NevronOpenVision
Nevron.Nov.UI Namespace / NScrollContentBase Class / EnsureVisible Method / EnsureVisible(FunctionResult<NRectangle>,Boolean,Boolean) Method
if the top-bottom distance is larger than the viewport height a value of true makes sure that the top is visible, false makes sure that the bottom is visible
if the left-right distance is larger than the viewport width a value of true makes sure that the left is visible, false makes sure that the right is visible
EnsureVisible(FunctionResult<NRectangle>,Boolean,Boolean) Method
Ensures that the specified rectangle is visible.
Syntax
public virtual void EnsureVisible( 
   Nevron.Nov.FunctionResult<NRectangle> getViewportRectDelegate,
   System.bool givePreferenceToTop,
   System.bool givePreferenceToLeft
)

Parameters

getViewportRectDelegate
givePreferenceToTop
if the top-bottom distance is larger than the viewport height a value of true makes sure that the top is visible, false makes sure that the bottom is visible
givePreferenceToLeft
if the left-right distance is larger than the viewport width a value of true makes sure that the left is visible, false makes sure that the right is visible
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also